home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TFORMAUDIOFILEINFO / TFORMAUDIOFILEINFO.txt < prev   
Encoding:
Text File  |  2003-11-07  |  10.7 KB  |  479 lines

  1. object FormAudioFileInfo: TFormAudioFileInfo
  2.   Left = 450
  3.   Top = 290
  4.   BorderStyle = bsDialog
  5.   Caption = 'Audio File Options'
  6.   ClientHeight = 244
  7.   ClientWidth = 387
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label3: TLabel
  19.     Left = 24
  20.     Top = 41
  21.     Width = 27
  22.     Height = 13
  23.     Caption = '&Year'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     Transparent = True
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 0
  35.     Width = 387
  36.     Height = 244
  37.     Align = alClient
  38.     BevelOuter = bvLowered
  39.     BevelWidth = 3
  40.     Caption = 'Panel1'
  41.     TabOrder = 0
  42.     object Image1: TImage
  43.       Left = 3
  44.       Top = 3
  45.       Width = 381
  46.       Height = 238
  47.       Align = alClient
  48.       Picture.Data = {<image000.bmp>}
  49.       Stretch = True
  50.     end
  51.     object pbOK: TRSButton
  52.       Left = 33
  53.       Top = 192
  54.       Width = 88
  55.       Height = 25
  56.       Picture.Data = {<image001.bmp>}
  57.       Transparent = True
  58.       OnClick = pbOKClick
  59.     end
  60.     object pbCancel: TRSButton
  61.       Left = 144
  62.       Top = 192
  63.       Width = 88
  64.       Height = 25
  65.       Picture.Data = {<image002.bmp>}
  66.       Transparent = True
  67.       OnClick = pbCancelClick
  68.     end
  69.     object pbHelp: TRSButton
  70.       Left = 249
  71.       Top = 192
  72.       Width = 88
  73.       Height = 25
  74.       Picture.Data = {<image003.bmp>}
  75.       Transparent = True
  76.       OnClick = pbHelpClick
  77.     end
  78.     object panelDSP: TPanel
  79.       Left = 8
  80.       Top = 8
  81.       Width = 361
  82.       Height = 169
  83.       BevelWidth = 3
  84.       TabOrder = 0
  85.       object Image3: TImage
  86.         Left = 3
  87.         Top = 3
  88.         Width = 355
  89.         Height = 163
  90.         Align = alClient
  91.         Picture.Data = {<image004.bmp>}
  92.         Stretch = True
  93.       end
  94.       object lblArtist: TLabel
  95.         Left = 32
  96.         Top = 13
  97.         Width = 50
  98.         Height = 13
  99.         Caption = '&Artist.....'
  100.         FocusControl = dfsArtist
  101.         Font.Charset = DEFAULT_CHARSET
  102.         Font.Color = clWindowText
  103.         Font.Height = -11
  104.         Font.Name = 'MS Sans Serif'
  105.         Font.Style = [fsBold]
  106.         ParentFont = False
  107.         Transparent = True
  108.       end
  109.       object lblAlbum: TLabel
  110.         Left = 32
  111.         Top = 37
  112.         Width = 55
  113.         Height = 13
  114.         Caption = 'A&lbum.....'
  115.         FocusControl = dfsAlbum
  116.         Font.Charset = DEFAULT_CHARSET
  117.         Font.Color = clWindowText
  118.         Font.Height = -11
  119.         Font.Name = 'MS Sans Serif'
  120.         Font.Style = [fsBold]
  121.         ParentFont = False
  122.         Transparent = True
  123.       end
  124.       object lblYear: TLabel
  125.         Left = 32
  126.         Top = 85
  127.         Width = 83
  128.         Height = 13
  129.         Caption = '&Year..............'
  130.         FocusControl = dfnYear
  131.         Font.Charset = DEFAULT_CHARSET
  132.         Font.Color = clWindowText
  133.         Font.Height = -11
  134.         Font.Name = 'MS Sans Serif'
  135.         Font.Style = [fsBold]
  136.         ParentFont = False
  137.         Transparent = True
  138.       end
  139.       object lblPath: TLabel
  140.         Left = 32
  141.         Top = 133
  142.         Width = 51
  143.         Height = 13
  144.         Caption = '&Path......'
  145.         FocusControl = dfsPath
  146.         Font.Charset = DEFAULT_CHARSET
  147.         Font.Color = clWindowText
  148.         Font.Height = -11
  149.         Font.Name = 'MS Sans Serif'
  150.         Font.Style = [fsBold]
  151.         ParentFont = False
  152.         Transparent = True
  153.       end
  154.       object pbOpenFile: TRSButton
  155.         Left = 326
  156.         Top = 125
  157.         Width = 25
  158.         Height = 21
  159.         Picture.Data = {<image005.bmp>}
  160.         Transparent = True
  161.         OnClick = pbOpenFileClick
  162.       end
  163.       object lblName: TLabel
  164.         Left = 32
  165.         Top = 61
  166.         Width = 33
  167.         Height = 13
  168.         Caption = '&Name'
  169.         FocusControl = dfsName
  170.         Font.Charset = DEFAULT_CHARSET
  171.         Font.Color = clWindowText
  172.         Font.Height = -11
  173.         Font.Name = 'MS Sans Serif'
  174.         Font.Style = [fsBold]
  175.         ParentFont = False
  176.         Transparent = True
  177.       end
  178.       object lblGenre: TLabel
  179.         Left = 32
  180.         Top = 109
  181.         Width = 35
  182.         Height = 13
  183.         Caption = '&Genr∩┐╜'
  184.         FocusControl = cbGenre
  185.         Font.Charset = DEFAULT_CHARSET
  186.         Font.Color = clWindowText
  187.         Font.Height = -11
  188.         Font.Name = 'MS Sans Serif'
  189.         Font.Style = [fsBold]
  190.         ParentFont = False
  191.         Transparent = True
  192.       end
  193.       object pbLameOptions: TRSButton
  194.         Left = 263
  195.         Top = 78
  196.         Width = 41
  197.         Height = 41
  198.         Hint = 'Edit MP3 Options here'
  199.         Picture.Data = {<image006.bmp>}
  200.         Transparent = True
  201.         OnClick = pbLameOptionsClick
  202.       end
  203.       object dfsArtist: TEdit
  204.         Left = 72
  205.         Top = 6
  206.         Width = 281
  207.         Height = 21
  208.         Color = clBlack
  209.         Font.Charset = DEFAULT_CHARSET
  210.         Font.Color = clLime
  211.         Font.Height = -11
  212.         Font.Name = 'MS Sans Serif'
  213.         Font.Style = []
  214.         ParentFont = False
  215.         TabOrder = 0
  216.       end
  217.       object dfsAlbum: TEdit
  218.         Left = 72
  219.         Top = 30
  220.         Width = 281
  221.         Height = 21
  222.         Color = clBlack
  223.         Font.Charset = DEFAULT_CHARSET
  224.         Font.Color = clLime
  225.         Font.Height = -11
  226.         Font.Name = 'MS Sans Serif'
  227.         Font.Style = []
  228.         ParentFont = False
  229.         TabOrder = 1
  230.       end
  231.       object dfsPath: TEdit
  232.         Left = 72
  233.         Top = 126
  234.         Width = 249
  235.         Height = 21
  236.         Color = clBlack
  237.         Font.Charset = DEFAULT_CHARSET
  238.         Font.Color = clLime
  239.         Font.Height = -11
  240.         Font.Name = 'MS Sans Serif'
  241.         Font.Style = []
  242.         ParentFont = False
  243.         TabOrder = 5
  244.       end
  245.       object dfsName: TEdit
  246.         Left = 72
  247.         Top = 54
  248.         Width = 281
  249.         Height = 21
  250.         Color = clBlack
  251.         Font.Charset = DEFAULT_CHARSET
  252.         Font.Color = clLime
  253.         Font.Height = -11
  254.         Font.Name = 'MS Sans Serif'
  255.         Font.Style = []
  256.         ParentFont = False
  257.         TabOrder = 2
  258.       end
  259.       object dfnYear: TEditWord
  260.         Left = 72
  261.         Top = 78
  262.         Width = 121
  263.         Height = 21
  264.         Color = clBlack
  265.         Font.Charset = DEFAULT_CHARSET
  266.         Font.Color = clLime
  267.         Font.Height = -11
  268.         Font.Name = 'MS Sans Serif'
  269.         Font.Style = []
  270.         ParentFont = False
  271.         TabOrder = 3
  272.         Text = '2003'
  273.         Value = 2003
  274.       end
  275.       object cbGenre: TComboBox
  276.         Left = 72
  277.         Top = 102
  278.         Width = 145
  279.         Height = 21
  280.         Color = clBlack
  281.         Font.Charset = DEFAULT_CHARSET
  282.         Font.Color = clLime
  283.         Font.Height = -11
  284.         Font.Name = 'MS Sans Serif'
  285.         Font.Style = []
  286.         ItemHeight = 13
  287.         ParentFont = False
  288.         TabOrder = 4
  289.         Items.Strings = (
  290.           'Blues'
  291.           'Classic Rock'
  292.           'Country'
  293.           'Dance'
  294.           'Disco'
  295.           'Funk'
  296.           'Grunge'
  297.           'Hip-Hop'
  298.           'Jazz'
  299.           'Metal'
  300.           'New Age'
  301.           'Oldies'
  302.           'Other'
  303.           'Pop'
  304.           'R&B'
  305.           'Rap'
  306.           'Reggae'
  307.           'Rock'
  308.           'Techno'
  309.           'Industrial'
  310.           'Alternative'
  311.           'Ska'
  312.           'Death Metal'
  313.           'Pranks'
  314.           'Soundtrack'
  315.           'Euro-Techno'
  316.           'Ambient'
  317.           'Trip-Hop'
  318.           'Vocal'
  319.           'Jazz+Funk'
  320.           'Fusion'
  321.           'Trance'
  322.           'Classical'
  323.           'Instrumental'
  324.           'Acid'
  325.           'House'
  326.           'Game'
  327.           'Sound Clip'
  328.           'Gospel'
  329.           'Noise'
  330.           'AlternRock'
  331.           'Bass'
  332.           'Soul'
  333.           'Punk'
  334.           'Space'
  335.           'Meditative'
  336.           'Instrumental Pop'
  337.           'Instrumental Rock'
  338.           'Ethnic'
  339.           'Gothic'
  340.           'Darkwave'
  341.           'Techno-Industrial'
  342.           'Electronic'
  343.           'Pop-Folk'
  344.           'Eurodance'
  345.           'Dream'
  346.           'Southern Rock'
  347.           'Comedy'
  348.           'Cult'
  349.           'Gangsta'
  350.           'Top 40'
  351.           'Christian Rap'
  352.           'Pop/Funk'
  353.           'Jungle'
  354.           'Native American'
  355.           'Cabaret'
  356.           'New Wave'
  357.           'Psychadelic'
  358.           'Rave'
  359.           'Showtunes'
  360.           'Trailer'
  361.           'Lo-Fi'
  362.           'Tribal'
  363.           'Acid Punk'
  364.           'Acid Jazz'
  365.           'Polka'
  366.           'Retro'
  367.           'Musical'
  368.           'Rock & Roll'
  369.           'Hard Rock'
  370.           'Folk'
  371.           'Folk-Rock'
  372.           'National Folk'
  373.           'Swing'
  374.           'Fast Fusion'
  375.           'Bebob'
  376.           'Latin'
  377.           'Revival'
  378.           'Celtic'
  379.           'Bluegrass'
  380.           'Avantgarde'
  381.           'Gothic Rock'
  382.           'Progessive Rock'
  383.           'Psychedelic Rock'
  384.           'Symphonic Rock'
  385.           'Slow Rock'
  386.           'Big Band'
  387.           'Chorus'
  388.           'Easy Listening'
  389.           'Acoustic'
  390.           'Humour'
  391.           'Speech'
  392.           'Chanson'
  393.           'Opera'
  394.           'Chamber Music'
  395.           'Sonata'
  396.           'Symphony'
  397.           'Booty Bass'
  398.           'Primus'
  399.           'Porn Groove'
  400.           'Satire'
  401.           'Slow Jam'
  402.           'Club'
  403.           'Tango'
  404.           'Samba'
  405.           'Folklore'
  406.           'Ballad'
  407.           'Power Ballad'
  408.           'Rhythmic Soul'
  409.           'Freestyle'
  410.           'Duet'
  411.           'Punk Rock'
  412.           'Drum Solo'
  413.           'A capella'
  414.           'Euro-House'
  415.           'Dance Hall')
  416.       end
  417.       object cbArtistOn: TCheckBox
  418.         Left = 10
  419.         Top = 11
  420.         Width = 14
  421.         Height = 16
  422.         Checked = True
  423.         State = cbChecked
  424.         TabOrder = 6
  425.       end
  426.       object cbAlbumOn: TCheckBox
  427.         Left = 10
  428.         Top = 35
  429.         Width = 14
  430.         Height = 16
  431.         Caption = 'CheckBox1'
  432.         Checked = True
  433.         State = cbChecked
  434.         TabOrder = 7
  435.       end
  436.       object cbNameOn: TCheckBox
  437.         Left = 10
  438.         Top = 59
  439.         Width = 14
  440.         Height = 16
  441.         Caption = 'CheckBox1'
  442.         Checked = True
  443.         State = cbChecked
  444.         TabOrder = 8
  445.       end
  446.       object cbYearOn: TCheckBox
  447.         Left = 10
  448.         Top = 83
  449.         Width = 14
  450.         Height = 16
  451.         Caption = 'CheckBox1'
  452.         Checked = True
  453.         State = cbChecked
  454.         TabOrder = 9
  455.       end
  456.       object cbGenreOn: TCheckBox
  457.         Left = 10
  458.         Top = 107
  459.         Width = 14
  460.         Height = 16
  461.         Caption = 'CheckBox1'
  462.         Checked = True
  463.         State = cbChecked
  464.         TabOrder = 10
  465.       end
  466.       object cbPathOn: TCheckBox
  467.         Left = 10
  468.         Top = 131
  469.         Width = 14
  470.         Height = 16
  471.         Caption = 'CheckBox1'
  472.         Checked = True
  473.         State = cbChecked
  474.         TabOrder = 11
  475.       end
  476.     end
  477.   end
  478. end
  479.